home *** CD-ROM | disk | FTP | other *** search
/ Columbia Kermit / kermit.zip / newsgroups / misc.20020314-20021006 / 000260_dold@06.usenet.us.com_Fri Aug 2 12:56:18 EDT 2002.msg < prev    next >
Text File  |  2020-01-01  |  3KB  |  57 lines

  1. Article: 13576 of comp.protocols.kermit.misc
  2. Path: newsmaster.cc.columbia.edu!newsfeed.nyu.edu!newsfeed.mathworks.com!nycmny1-snh1.gtei.net!sanjose1-snf1.gtei.net!news.gtei.net!news.mainstreet.net!wasp.rahul.net!samba.rahul.net!rahul.net!a2i!dold.a2i!dold
  3. From: dold@06.usenet.us.com
  4. Newsgroups: comp.unix.aix,comp.protocols.kermit.misc
  5. Subject: Re: Secure resumable file transfer on AIX
  6. Date: 2 Aug 2002 16:36:44 GMT
  7. Organization: Wintercreek Data
  8. Lines: 40
  9. Message-ID: <aieces$nag$1@samba.rahul.net>
  10. References: <97n29.21591$vg.830729@bin2.nnrp.aus1.giganews.com> <aie5h3$jag$1@watsol.cc.columbia.edu>
  11. NNTP-Posting-Host: yellow.rahul.net
  12. NNTP-Posting-User: dold
  13. User-Agent: tin/1.4.2-20000205 ("Possession") (UNIX) (FreeBSD/3.5-STABLE (i386))
  14. X-Comment: Encoded From: line allows replies that preserve original subject
  15. Xref: newsmaster.cc.columbia.edu comp.unix.aix:238374 comp.protocols.kermit.misc:13576
  16.  
  17. : In article <97n29.21591$vg.830729@bin2.nnrp.aus1.giganews.com>,
  18. : George Saylor <gmsayloriii@comcast.net> wrote:
  19. : : We have a requirement to copy moderate sized files ( up to 1.5 GB) over a
  20. : : WAN between two H80's 1000 miles apart.  I am trying to find a good product
  21. : : that supports AIX and can perform resumable file transfers, compression is a
  22. : : plus, and secure is a guaranteed sale...The whole operation must be
  23. : : non-interactive of course.
  24.  
  25. In comp.protocols.kermit.misc Frank da Cruz <fdc@columbia.edu> wrote:
  26. : C-Kermit:
  27.  
  28. :   http://www.columbia.edu/kermit/ckermit.html
  29.  
  30. :  . It can perform resumable transers.
  31. :  . It does compression on the fly when you use Kermit protocol.
  32. :  . You have your choice of Kerberos, SSL/TLS, or SRP security.
  33. :  . It is fully scriptable using its own built-in scripting language.
  34.  
  35. Easily scriptable.  The simple task of resumable transfers is so automatic,
  36. I don't really consider it scripting.  More like a batch file.
  37.  
  38. The automatic compression is not intense.  I wouldn't compare it to
  39. zip/unzip. When I was transferring a 20-30MB file on a 14400 line,
  40. I made zip/unzip part of the script at each end.
  41.  
  42. Unattended?  I never noticed the kermit part of the process at all.  The
  43. batch job that created the file at one end invoked kermit as its final
  44. step.  At the other end, when the file appeared, it was processed.  At
  45. one end, the guy would load a tape on a PC-based tape reader, and walk
  46. out the door for the evening as soon as the zip started.  His only concern
  47. was a good tape read.  At the other end, it just fell in to the process
  48. flow... no one noticed when.
  49.  
  50. I've used Kermit on AIX, Solaris, Linux, DOS and Windows95+
  51. interchangeably, with perfect interoperability.
  52.  
  53. -- 
  54. ---
  55. Clarence A Dold - dold@email.rahul.net
  56.                 - Hidden Valley (Lake County) CA.
  57.